home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000196_fdc@watsun.cc.columbia.edu_Mon Dec 23 23:11:14 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  51 lines

  1. Article: 13982 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Linux (RH 8.0) Permissions
  6. Date: 24 Dec 2002 04:11:09 GMT
  7. Organization: Columbia University
  8. Lines: 34
  9. Message-ID: <au8mot$ed8$1@newsmaster.cc.columbia.edu>
  10. References: <7t5f0v0h62sf16is6sc8d164t8u08a426l@4ax.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1040703069 14760 128.59.39.2 (24 Dec 2002 04:11:09 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 24 Dec 2002 04:11:09 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13982
  16.  
  17. In article <7t5f0v0h62sf16is6sc8d164t8u08a426l@4ax.com>,
  18. Ron Heiby  <heiby_u@falkor.chi.il.us> wrote:
  19. : I'm running C-Kermit 8.0.201 on a Red Hat 8.0 Linux box. I am a bit
  20. : puzzled about how I should be setting permissions and ownerships of things
  21. : to make life easiest.
  22. Did you read:
  23.  
  24.   http://www.columbia.edu/kermit/ckuins.txt#x10
  25.  
  26. (Sections 10 and 11)?
  27.  
  28. : I note that /dev/ttyS? (COM1 and internal modem at COM3) are owned by
  29. : root, group uucp, mode 660. So, I say to myself, "I'd better make kermit
  30. : sgid to group uucp."
  31. : Running kermit and doing a "set line /dev/ttyS0", I am told that
  32. : Permission is denied on /var/lock, with "Sorry, write access to uucp lock
  33. : file directory denied." Sure enough, /var/lock is owner root, group lock,
  34. : mode 775.
  35. : As far as I know, I can't have kermit be sgid to *both* "uudp" and "lock"
  36. : groups, so I get to choose whether I want to access the port or access the
  37. : lock for the port. Unfortunately, both are required to allow access to the
  38. : port.
  39. Does cu work?  If so, give Kermit the same group, owner, and permissions
  40. as cu.  If you don't have cu, then minicom or seyon.
  41.  
  42. If those don't work, something's amiss with your Linux setup.  Or maybe you
  43. have to install uucp before the lock directory and dialout devices are set
  44. up rationally.  (If you can call lockfiles rational, but I digress.)
  45.  
  46. - Frank
  47.